Version

DragDropIndicatorManager Constructor(Point,UIElement[],Orientation,Control,ComponentRole)

Initializes a new DragDropIndicatorManager
Syntax
'Declaration
 
Public Function New( _
   ByVal offset As Point, _
   ByVal elements() As UIElement, _
   ByVal indicatorOrientation As Orientation, _
   ByVal dropSource As Control, _
   ByVal componentRole As ComponentRole _
)
public DragDropIndicatorManager( 
   Point offset,
   UIElement[] elements,
   Orientation indicatorOrientation,
   Control dropSource,
   ComponentRole componentRole
)

Parameters

offset
Amount that the drag indicator should be offset from the mouse location when displayed
elements
An array of Elements that should be rendered in the drag indicator
indicatorOrientation
Orientation of the drop indicators
dropSource
Root control that the drag operation will be over
componentRole
ComponentRole that will be used to obtain the custom properties for the 'DragDropIndicatorManager' shared object.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also